GetCookiesRequest

data class GetCookiesRequest(urls: List<String>?)

Represents request frame that can be used with Network#getCookies operation call.

Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.

See also

Constructors

GetCookiesRequest
Link copied to clipboard
fun GetCookiesRequest(urls: List<String>? = null)

Properties

urls
Link copied to clipboard
val urls: List<String>? = null
The list of URLs for which applicable cookies will be fetched.

Sources

jvm source
Link copied to clipboard